home *** CD-ROM | disk | FTP | other *** search
- Path: DB.Stanford.EDU!ark
- From: ark@DB.Stanford.EDU (Arthur Keller)
- Newsgroups: comp.lang.c++,comp.databases
- Subject: Re: C++ & Databases
- Date: 7 Jan 1996 01:34:07 GMT
- Organization: Computer Science Department, Stanford University, CA, USA
- Message-ID: <4cn7uf$li2@Radon.Stanford.EDU>
- References: <kitk.2044.000A5134@mudshark.sunquest.com> <4chp4d$1c4@ixnews8.ix.netcom.com> <4cjn9p$qjd@services.analogy.com>
- NNTP-Posting-Host: db.stanford.edu
-
- ren.eng@ix.netcom.com(Renaissance Engineer ) wrote:
- >Does anyone know of any good development environments for linking C++
- >to SQL databases? (beyond the standard MFC routines)?
- >
- >Does anyone have any experience with Integra Business Application
- >Builder?
-
- Persistence from Persistence Software supports C++ access to
- relational databases. You need to think not only about language
- issues but also about performance issues. Persistence's caching
- technology allows C++ programs to access data fetched into memory
- without having to go to disk. This can result in orders of magnitude
- improvement over disk access. Access to the database using
- Persistence is only about 10% slower than direct SQL access.
-
- For more info, contact Persistence at http://www.persistence.com
- or info@persistence.com or +1(415)341-7733.
-
- Arthur Keller
- Stanford University
- and
- Consultant to Persistence Software
-
-